home *** CD-ROM | disk | FTP | other *** search
/ World of Education / World of Education.iso / world_p / pcl54.zip / INSTALL.BAT < prev    next >
DOS Batch File  |  1991-06-13  |  10KB  |  274 lines

  1. ECHO OFF
  2. CLS
  3. ECHO                 PC-LEARN Installation program 
  4. ECHO   ---------------------------------------------------------------
  5. ECHO   PC-LEARN must first be installed prior to running the program.
  6. echo   Installation SOURCE disk should now be in the A: floppy drive.
  7. echo   If you install to standard 360K floppies you will need TWO 
  8. ECHO   FORMATTED FLOPPIES PRIOR TO PROCEEDING. Hard drive installation 
  9. echo   is preferred method (uses advanced high speed color menu.)
  10. echo   ---------------------------------------------------------------
  11. ECHO   Press  A  if installing to HIGH DENSITY FLOPPY (720K, 1.44M, 1.2M)
  12. ECHO   Press  B  if installing to HARD DRIVE (preferred option)
  13. echo   Press  C  if installing to TWO standard LOW DENSITY 360k floppies 
  14. ECHO   Press  Q  to quit/abort process
  15. ECHO   ---------------------------------------------------------------
  16. inkey ,Q81,q81,C67,c67,B66,b66,A65,a65/E
  17. IF ERRORLEVEL 81 GOTO abort
  18. IF ERRORLEVEL 67 GOTO LABELC
  19. IF ERRORLEVEL 66 GOTO LABELB
  20. IF ERRORLEVEL 65 GOTO LABELA
  21. :labelc
  22. CLS
  23. echo ------------------------------------------------------------
  24. ECHO Installation will produce TWO floppy diskettes on TARGET
  25. echo drive B: Next step assumes SOURCE drive A: contains files 
  26. echo to be unpacked and TARGET drive B: contains a blank formatted 
  27. echo diskette of standard 360K size. Have a second diskette ready.
  28. echo ------------------------------------------------------------
  29. pause
  30. cls
  31. part1 b:\
  32. part4 b:\
  33. b:
  34. ren go1.bat go.bat
  35. del go2.bat
  36. a:
  37. CLS
  38. echo --------------------------------------------------------------
  39. ECHO Remove diskette from B: drive, label it:
  40. echo "PC-LEARN PART ONE, start with:   GO     at DOS prompt"
  41. echo When you have finished labelling the first diskette,
  42. ECHO insert second formatted blank floppy diskette into
  43. echo drive B: and press a key to proceed installing part two.
  44. echo --------------------------------------------------------------
  45. pause
  46. cls
  47. part2 b:\
  48. part4 b:\
  49. b:
  50. ren go2.bat go.bat
  51. del go1.bat
  52. a:
  53. CLS
  54. echo ---------------------------------------------------------------
  55. ECHO Remove diskette from B: drive, label it:
  56. echo "PC-LEARN PART TWO, start with:   GO     at DOS prompt"
  57. echo When you have finished labelling the second diskette,
  58. echo press a key to end installation process and return to DOS.
  59. echo --------------------------------------------------------------
  60. pause
  61. goto quit
  62. :LABELB
  63. CLS
  64. ECHO ---------------------------------------------------------------
  65. ECHO Hard drive installation will prepare a directory named \PCL on 
  66. echo your hard drive and install files to that area. Installation 
  67. echo program assumes drive A: contains PC-LEARN and is the SOURCE 
  68. echo DRIVE. Hard drive will be the TARGET drive to which files will 
  69. echo be unpacked. If you have an old copy of PC-LEARN on your hard 
  70. echo drive which is important to you, you may wish to quit/abort
  71. echo and backup that older copy for archival purposes first.
  72. ECHO ---------------------------------------------------------------
  73. echo What hard drive letter will you install TO as your target?
  74. ECHO ---------------------------------------------------------------
  75. echo press  C  for  Hard drive C:
  76. echo press  D  for  Hard drive D:
  77. echo press  E  for  Hard drive E:
  78. echo press  F  for  Hard drive F:
  79. echo press  G  for  Hard drive G:
  80. echo press  Q  to quit/abort
  81. inkey ,Q81,q81,G71,g71,F70,f70,E69,e69,D68,d68,C67,c67/E
  82. IF ERRORLEVEL 81 GOTO abort
  83. IF ERRORLEVEL 71 goto hdg
  84. IF ERRORLEVEL 70 GOTO hdf
  85. IF ERRORLEVEL 69 GOTO hde
  86. IF ERRORLEVEL 68 GOTO hdd
  87. IF ERRORLEVEL 67 GOTO hdc
  88. :hdc
  89. cls
  90. C:
  91. CD\
  92. MD PCL
  93. ECHO If a previous version of the PC-LEARN package is already
  94. ECHO installed, answer yes to all prompts to overwrite old files 
  95. ECHO with the newer data files.
  96. A:
  97. part1 c:\pcl\
  98. part2 c:\pcl\
  99. part3 c:\pcl\
  100. CLS
  101. ECHO Installation is now complete. 
  102. echo ------------------------------------------------------------
  103. echo Press  Q  to quit. To run PC-LEARN change to your hard 
  104. echo drive subdirectory C:\PCL then   PCL    to start!
  105. echo To do this, issue the following commands when you see
  106. echo the DOS prompt:   
  107. echo      C:        Then press return/enter key
  108. echo      CD\PCL    Then press return/enter key                         
  109. echo      PCL       Then press return/enter key                        
  110. echo  Jot down these instructions for future use!
  111. echo ----------------------------------------------------------
  112. inkey ,Q81,q81/E
  113. IF ERRORLEVEL 81 GOTO quit
  114. GOTO QUIT
  115. :hdd
  116. cls
  117. D:
  118. CD\
  119. MD PCL
  120. ECHO If a previous version of the PC-LEARN package is already
  121. ECHO installed, answer yes to all prompts to overwrite old files 
  122. ECHO with the newer data files.
  123. A:
  124. part1 d:\pcl\
  125. part2 d:\pcl\
  126. part3 d:\pcl\
  127. CLS
  128. ECHO Installation is now complete. 
  129. echo ------------------------------------------------------------
  130. echo Press  Q  to quit. To run PC-LEARN change to your hard 
  131. echo drive subdirectory D:\PCL then   PCL    to start!
  132. echo To do this, issue the following commands when you see
  133. echo the DOS prompt:   
  134. echo      D:        Then press return/enter key   
  135. echo      CD\PCL    Then press return/enter key   
  136. echo      PCL       Then press return/enter key   
  137. echo  Jot down these instructions for future use!
  138. echo ----------------------------------------------------------
  139. inkey ,Q81,q81/E
  140. IF ERRORLEVEL 81 GOTO quit
  141. GOTO QUIT
  142. :hde
  143. cls
  144. E:
  145. CD\
  146. MD PCL
  147. ECHO If a previous version of the PC-LEARN package is already
  148. ECHO installed, answer yes to all prompts to overwrite old files 
  149. ECHO with the newer data files.
  150. A:
  151. part1 e:\pcl\
  152. part2 e:\pcl\
  153. part3 e:\pcl\
  154. CLS
  155. ECHO Installation is now complete. 
  156. echo ------------------------------------------------------------
  157. echo Press  Q  to quit. To run PC-LEARN change to your hard 
  158. echo drive subdirectory E:\PCL then   PCL    to start!
  159. echo To do this, issue the following commands when you see
  160. echo the DOS prompt:   
  161. echo      E:        Then press return/enter key   
  162. echo      CD\PCL    Then press return/enter key   
  163. echo      PCL       Then press return/enter key   
  164. echo  Jot down these instructions for future use!
  165. echo ----------------------------------------------------------
  166. inkey ,Q81,q81/E
  167. IF ERRORLEVEL 81 GOTO quit
  168. GOTO QUIT
  169. :hdf
  170. cls
  171. F:
  172. CD\
  173. MD PCL
  174. ECHO If a previous version of the PC-LEARN package is already
  175. ECHO installed, answer yes to all prompts to overwrite old files 
  176. ECHO with the newer data files.
  177. A:
  178. part1 f:\pcl\
  179. part2 f:\pcl\
  180. part3 f:\pcl\
  181. CLS
  182. ECHO Installation is now complete. 
  183. echo ------------------------------------------------------------
  184. echo Press  Q  to quit. To run PC-LEARN change to your hard 
  185. echo drive subdirectory F:\PCL then   PCL    to start!
  186. echo To do this, issue the following commands when you see
  187. echo the DOS prompt:   
  188. echo      F:        Then press return/enter key   
  189. echo      CD\PCL    Then press return/enter key   
  190. echo      PCL       Then press return/enter key   
  191. echo  Jot down these instructions for future use!
  192. echo ----------------------------------------------------------
  193. inkey ,Q81,q81/E
  194. IF ERRORLEVEL 81 GOTO quit
  195. GOTO QUIT
  196. :hdg
  197. cls
  198. G:
  199. CD\
  200. MD PCL
  201. ECHO If a previous version of the PC-LEARN package is already
  202. ECHO installed, answer yes to all prompts to overwrite old files 
  203. ECHO with the newer data files.
  204. A:
  205. part1 g:\pcl\
  206. part2 g:\pcl\
  207. part3 g:\pcl\
  208. CLS
  209. ECHO Installation is now complete. 
  210. echo ------------------------------------------------------------
  211. echo Press  Q  to quit. To run PC-LEARN change to your hard 
  212. echo drive subdirectory G:\PCL then   PCL    to start!
  213. echo To do this, issue the following commands when you see
  214. echo the DOS prompt:   
  215. echo      G:        Then press return/enter key   
  216. echo      CD\PCL    Then press return/enter key   
  217. echo      PCL       Then press return/enter key   
  218. echo  Jot down these instructions for future use!
  219. echo ----------------------------------------------------------
  220. inkey ,Q81,q81/E
  221. IF ERRORLEVEL 81 GOTO quit
  222. GOTO QUIT
  223. :LABELA
  224. CLS
  225. echo ------------------------------------------------------------
  226. ECHO Installation will produce ONE high density floppy diskette on 
  227. echo TARGET drive B: or drive D: which MUST be one of following the 
  228. echo size(s): 720K, 1.44M, 1.2M. Next step assumes SOURCE drive A: 
  229. echo contains files to be unpacked and TARGET drive B: or D: 
  230. echo contains a blank formatted diskette LARGER than 360K.
  231. echo ------------------------------------------------------------
  232. echo press  B  for Target Floppy drive B:
  233. echo press  D  for Target Floppy drive D:
  234. echo press  Q  to quit/abort
  235. echo ------------------------------------------------------------
  236. inkey ,Q81,q81,D68,d68,B66,b66/E
  237. IF ERRORLEVEL 81 GOTO abort
  238. IF ERRORLEVEL 68 GOTO fd
  239. IF ERRORLEVEL 66 GOTO fb
  240. :fb
  241. part1 b:\
  242. part2 b:\
  243. part3 b:\
  244. CLS
  245. echo --------------------------------------------------------------
  246. ECHO Remove diskette from B: drive, label it:
  247. echo "PC-LEARN, start with:   PCL     at DOS prompt"
  248. echo --------------------------------------------------------------
  249. pause
  250. goto quit
  251. :fd
  252. cls
  253. part1 d:\
  254. part2 d:\
  255. part3 d:\
  256. CLS
  257. echo --------------------------------------------------------------
  258. ECHO Remove diskette from D: drive, label it:
  259. echo "PC-LEARN, start with:   PCL     at DOS prompt"
  260. echo --------------------------------------------------------------
  261. pause
  262. goto quit
  263. :QUIT
  264. CLS
  265. ECHO            Installation of program now complete.
  266. ECHO      Be sure to register - support the shareware concept.
  267. ECHO   Two bonus disks will be sent by mail to those registering!
  268. GOTO END
  269. :ABORT
  270. cls
  271. ECHO  Installation process aborted
  272. :END
  273.  
  274.